﻿2026-08-21T13:00:41.4326763Z ##[group]Run actions/checkout@v5
2026-08-21T13:00:41.4327803Z with:
2026-08-21T13:00:41.4328293Z   repository: BigscreenVR/spt-bs-core
2026-08-21T13:00:41.4332959Z   token: ***
2026-08-21T13:00:41.4333462Z   ssh-strict: true
2026-08-21T13:00:41.4333945Z   ssh-user: git
2026-08-21T13:00:41.4334469Z   persist-credentials: true
2026-08-21T13:00:41.4334998Z   clean: true
2026-08-21T13:00:41.4335478Z   sparse-checkout-cone-mode: true
2026-08-21T13:00:41.4336060Z   fetch-depth: 1
2026-08-21T13:00:41.4336530Z   fetch-tags: false
2026-08-21T13:00:41.4337192Z   show-progress: true
2026-08-21T13:00:41.4337713Z   lfs: false
2026-08-21T13:00:41.4338170Z   submodules: false
2026-08-21T13:00:41.4338700Z   set-safe-directory: true
2026-08-21T13:00:41.4339262Z   allow-unsafe-pr-checkout: false
2026-08-21T13:00:41.4340004Z ##[endgroup]
2026-08-21T13:00:41.6420673Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-21T13:00:41.6422825Z ##[group]Getting Git version info
2026-08-21T13:00:41.6423748Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-08-21T13:00:41.6753213Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-08-21T13:00:41.6966027Z git version 2.43.0.windows.1
2026-08-21T13:00:41.6988152Z ##[endgroup]
2026-08-21T13:00:41.6996877Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\53c12c21-c63b-43a8-aefb-eb638b8b513d\.gitconfig'
2026-08-21T13:00:41.7011170Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\53c12c21-c63b-43a8-aefb-eb638b8b513d' before making global git config changes
2026-08-21T13:00:41.7012767Z Adding repository directory to the temporary git global config as a safe directory
2026-08-21T13:00:41.7016209Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-08-21T13:00:41.7253411Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-08-21T13:00:41.7463176Z https://github.com/BigscreenVR/spt-bs-core
2026-08-21T13:00:41.7487333Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-21T13:00:41.7491752Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-21T13:00:41.7809044Z refs/heads/golden/porter-205
2026-08-21T13:00:41.7832656Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-08-21T13:00:41.8258357Z HEAD is now at c62904e7c release: v0.59.0 — version material rides the golden candidate
2026-08-21T13:00:42.0244307Z ##[endgroup]
2026-08-21T13:00:42.0247097Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-08-21T13:00:42.4104293Z ##[group]Cleaning the repository
2026-08-21T13:00:42.4108752Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-08-21T13:00:44.8187690Z Removing bench-ledger/
2026-08-21T13:00:44.8188487Z Removing target/
2026-08-21T13:00:44.8220998Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-08-21T13:00:44.9032272Z HEAD is now at c62904e7c release: v0.59.0 — version material rides the golden candidate
2026-08-21T13:00:44.9055986Z ##[endgroup]
2026-08-21T13:00:44.9060425Z ##[group]Disabling automatic garbage collection
2026-08-21T13:00:44.9065292Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-08-21T13:00:44.9294749Z ##[endgroup]
2026-08-21T13:00:44.9295153Z ##[group]Setting up auth
2026-08-21T13:00:44.9301275Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-08-21T13:00:44.9532251Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-08-21T13:00:45.4206005Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-21T13:00:45.4465198Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-08-21T13:00:45.8494806Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-21T13:00:45.8723222Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-08-21T13:00:46.3166961Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-08-21T13:00:46.3463397Z ##[endgroup]
2026-08-21T13:00:46.3463862Z ##[group]Fetching the repository
2026-08-21T13:00:46.3469852Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c62904e7cd0d0ae9cdf3536f25a8b63c94c71865:refs/remotes/origin/golden/porter-205
2026-08-21T13:00:47.2083325Z ##[endgroup]
2026-08-21T13:00:47.2083973Z ##[group]Determining the checkout info
2026-08-21T13:00:47.2084490Z ##[endgroup]
2026-08-21T13:00:47.2089618Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-08-21T13:00:47.2370938Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-08-21T13:00:47.2600448Z ##[group]Checking out the ref
2026-08-21T13:00:47.2605575Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B golden/porter-205 refs/remotes/origin/golden/porter-205
2026-08-21T13:00:47.3200128Z branch 'golden/porter-205' set up to track 'origin/golden/porter-205'.
2026-08-21T13:00:47.3200839Z Your branch is up to date with 'origin/golden/porter-205'.
2026-08-21T13:00:47.3201418Z Switched to and reset branch 'golden/porter-205'
2026-08-21T13:00:47.3228491Z ##[endgroup]
2026-08-21T13:00:47.3632585Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-08-21T13:00:47.3930431Z c62904e7cd0d0ae9cdf3536f25a8b63c94c71865
